home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / program / gucrtr13.lha / GUICreator1.3 / GUIC.lha / GUICreator / Demos / Sound.h < prev    next >
C/C++ Source or Header  |  1995-08-22  |  3KB  |  60 lines

  1. #include "Sound_Structures.h"
  2.  
  3.  
  4. /* Functions created by GUICreator */
  5.  
  6. #define GADGET_DOWN  0
  7. #define GADGET_UP    1
  8. void ShowGadget(struct Window *win, struct Gadget *gad, int type);
  9. void SleepWindow(struct Window *win);
  10. void WakenWindow(struct Window *win);
  11. void GUIC_ErrorReport(struct Window *win,ULONG type);
  12. void CreateBevelFrames(struct Window *win,APTR visualinfo,ULONG bevelcount,struct BevelFrame bevels[]);
  13. void CreateLines(struct Window *win,int linecount,struct Line lines[]);
  14. void CreateTexts(struct Window *win,int textcount,struct Text texts[],long double xscale,long double yscale);
  15. void About(struct Window *hostwin,struct Gadget **wingads,APTR userdata);
  16.  
  17. void HandleSoundPrefsWindow(struct Screen *customscreen,LONG left,LONG top,APTR userdata);
  18.  
  19.  
  20. /* Defines for SoundPrefsWindow */
  21.  
  22. #define LAID_Gadget1                   0
  23. #define LAID_Gadget2                   1
  24. #define LAID_Gadget3                   2
  25. #define LAID_Gadget4                   3
  26. #define LAID_Gadget6                   4
  27. #define LAID_Gadget8                   5
  28. #define LAID_Gadget9                   6
  29. #define CBID_Gadget10                  7
  30. #define CBID_Gadget11                  8
  31. #define CYID_Gadget12                  9
  32. #define SLID_Gadget14                  10
  33. #define SLID_Gadget15                  11
  34. #define SLID_Gadget1                   12
  35. #define STID_Gadget4                   13
  36. #define BTID_Gadget3                   14
  37. #define BTID_Gadget5                   15
  38. #define BTID_Gadget6                   16
  39. #define BTID_Gadget8                   17
  40. #define BTID_Gadget9                   18
  41.  
  42.  
  43. /* Functions which you must define for SoundPrefsWindow */
  44.  
  45.  
  46. void About(struct Window *win,struct Gadget *wingads[],APTR userdata);
  47.  
  48. extern void Gadget10Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  49. extern void Gadget11Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  50. extern void Gadget12Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  51. extern void Gadget14Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  52. extern void Gadget15Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  53. extern void Gadget1Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  54. extern void Gadget4Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  55. extern void Gadget3Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  56. extern void Gadget5Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  57. extern void Gadget6Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  58. extern void Gadget8Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  59. extern void Gadget9Clicked(struct Window *win,struct Gadget *wingads[],ULONG gadgetid,ULONG messagecode,APTR userdata);
  60.